﻿@charset "UTF-8";
.clear{ clear: both;}
.di{display:none;width: 1200px;margin: 30px auto;/*height:500px;*/ padding-bottom: 20px;}
.di h1{    text-align: center;
    font-size: 30px;
    color: #4a8bfd;
}

.di h1 i{    display: none;
    width: 35px;
    height: 2px;
    background: #4a8bfd;
    margin: 20px auto 0;}
.pageinrong{zoom:1;}
.pageinrong .pagebox{width: 320px;
	height: 365px;
   /* border: 1px solid #eee;*/
    border-radius: 5px;
    float: left;
    -webkit-box-shadow: 0 0px 5px 3px #eee;
    -moz-box-shadow: 0 0px 5px 3px #eee;
    -o-box-shadow: 0 0px 5px 3px #eee;
    -ms-box-shadow: 0 0px 5px 3px #eee;
    box-shadow: 0 0px 5px 3px #dedede;
     
}
.pageinrong .pagebox h2{   
 font-size: 20px;
    color: #4a8bfd;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
	margin: 0;
}
.pageinrong .pagebox h2 span{   
 font-size: 14px;
    color: #999;
    font-weight: normal;
 
}


.pageinrong .pagebox .number{
	margin: 0;
	font-size: 14px;
    color: #999999;
    /*padding: 10px 0;*/
    text-align: center;
}
.pageinrong .pagebox .bottom_tips_text{
	text-align: center;
	margin: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #f00;
}
.pageinrong .pagebox .bottom_tips_text span{
	font-size: 14px;
	color: #f00;
}
.pageinrong .pagebox .number span{color: #4a8bfd;}

.pageinrong .pagebox .calltop{
    background: url(../images/border.gif)  bottom center no-repeat;
   padding: 0 28px; 
    padding-bottom: 40px; 
}

.pageinrong .pagebox .formm{ }
.pageinrong .pagebox .formm input{    width: 260px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: auto;
    border: 1px solid #4a8bfd;
    border-radius: 5px;
    font-size: 14px;
    color: #666666;
    outline: none;
}
.pageinrong .pagebox .formm button{    width: 260px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 15px ;
    background: #4a8bfd;
    border: 1px solid #4A8BFD;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
     transition: all 0.5s ease-in-out;
     font-size: 18px;

}

.pageinrong .pagebox .state{    
    color: #666666;
    font-size: 14px;
    margin: 10px 0 0 0;
   
}
.pagebox .state .frontCall p{
	margin: 0;
}
.pageinrong .pagebox .state .frontCall span{color: #999;display: block;}

.freePhoneBoxConduct p.title{ text-align: center; color: #4A8BFD}
.freePhoneBoxConduct p.holdon{ color: #999}



.pageinrong .pagemiddle{    
	float:left;
    width: 430px;
    height: 365px;
    margin: 0px 0px 0 30px;
    outline: none;
    box-shadow: 0 0px 5px 3px #dedede;

}
.pageinrong .pagemiddle h2{    
    font-size: 18px;
    color: #333;
 /*   display: flex;
    align-items: center;*/
    width: 15%;
    float: left;
	height: 40px;
	line-height: 40px;
	margin: 0;
}

.pageinrong .pagemiddle  .inputbox{
    display: block;
    clear: both;
    padding: 0 5%;
}

.pageinrong .pagemiddle .inputbox:nth-child(1){
	margin-top: 10px;
}

.pageinrong .pagemiddle .inputbox:nth-child(2){
	margin-bottom: 10px !important;
}

.pageinrong .pagemiddle .inputbox:nth-child(3){
	min-height: 60px !important;
}

.pageinrong .inputbox  span.red_x{color: red;
    padding-left: 5px;
    font-size: 18px;
    line-height: 50px !important;
}
.pageinrong .pagemiddle input{
	width: 80%;
    height: 40px;
    border: 1px solid #2799f6;
    border-radius: 5px;
    text-indent: 1em;
    outline: none;
    margin-bottom: 20px;
    transition: all 0.5s step-start;
    margin-top: 10px;
}
#inputN{margin:0;}
#inputP{margin:0;}

.pageinrong .pagemiddle textarea{   
	float:left;
	width: 80%;
    height: 50px;
    border: 1px solid #2799f6;
    border-radius: 5px;
    text-indent: 1em;
    /*max-width: 70%;*/
    /*min-width: 70%;*/
    padding-top: 10px;
    transition: all 0.5s step-start;
    outline: none;
}
.pageinrong .pagemiddle textarea:focus,.pageinrong .pagemiddle input:focus,.pageinrong .pagebox .formm input:focus{
        box-shadow: 0 0 2px 1px #99ccff;
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -ms-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    border-color: #4776e7;
}
 input::-webkit-input-placeholder,.pageinrong .pagemiddle textarea::-webkit-input-placeholder{
            color:#999;
            font-size: 14px !important;
        }
input::-moz-placeholder,.pageinrong .pagemiddle textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#999;
            font-size: 14px !important;
        }
input:-moz-placeholder,.pageinrong .pagemiddle textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#999;
            font-size: 14px !important;
        }
input:-ms-input-placeholder,.pageinrong .pagemiddle textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#999;
            font-size: 14px !important;
        }

.pageinrong .pagemiddle p{text-align:center;margin-top: 0px !important;margin-bottom: 5px !important;}
.pageinrong .pagemiddle button{    
	width: 260px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin: -20px auto 10px; 
    background: #4a8bfd;
    border: 1px solid #4A8BFD;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: auto;
    transition: all 0.5s ease-in-out;
    outline: none;
}
.pageinrong .pagemiddle button:hover,.pageinrong .pagebox .formm button:hover,.pageinrong .pageright .pagebotte button:hover{
    background-color: #4776e7;

}
.pageinrong .pageright{
	
	/*float: left;
    width: 300px;*/
	
	}
.pageinrong .pageright .pagerigg{
    width: 100%;
    padding: 0 67px
}

.pageinrong .pageright .pagerigg h3{
    font-size: 16px;
    color: #666666;
	margin-left:10px;
}
.pagerigg h3 {
	margin-top: 0;
	font-size:16px;
	color: #666666;
	text-align: center;
	margin-bottom: 10px;
	/*margin-left:-393px;*/
}
.pageinrong .pageright .pagerigg ul li{  color: #666;
    font-size: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    clear: both;
}
#cg{
	list-style:none  !important;
	padding:5px;
	margin:0  -3px;
}
 .pagerigg ul li{
	color: #666;
    font-size: 12px;
    padding-bottom: 12px;
	margin-left:65px;
    cursor: pointer;
    clear: both;
 }
 .pagerigg ul li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4a8bfd;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
	clear:both;
}
.pagerigg   ul li b{
	 float:left;
	 font-weight:normal;
	 display:inline-block;
	 
	 padding-left:10px;
}
    .pageinrong .pageright .pagerigg ul li:hover{ color: #333}
.pageinrong .pageright .pagerigg ul li span{display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4a8bfd;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.pageinrong .pageright .pagerigg ul li b{
    float: left;
    font-weight: normal;
    display: inline-block;

}
.pageinrong .pageright .liaojie{
	height:30px;
	line-height:30px;
}

.pageinrong .pageright .pagebotte{    
    width: 100%;
    text-align: center;
    padding: 25px 0 5px 0;
}
.pageinrong .pageright .pagebotte button{    width: 260px;
    height: 40px;
    text-align: center;
    line-height: 40px;     
    background: #4a8bfd;
    border: 1px solid #4A8BFD;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
}
.pageinrong .pageright .pagebotte p{margin: 0;line-height:11px;}
.tips{
	float:left;
	width:328px;
	height:395px;
	position:relative;
	
}
.tips {
	margin-left: 30px;
	height: 365px;
	width: 372px;
	background: url("../images/lianxi_1000.png") no-repeat;
	text-align: center;
	box-shadow: 0 0px 5px 3px #dedede;
}
.tips .tip-con {
	position: absolute;
	width: 300px;
	height: 200px;
	text-align:center;
}
.tips .tip-con>div {
	line-height: 40px;
}
.tips .tip-con .msg-tit {
	font-size: 20px;
	color: #373737;
	font-family: microsoft yahei;
}
.tips .tip-con .price {
	font-size: 26px;
	font-family: "华文行楷";
	color: #FF2525;
}

.tips .tip-con .nowtime{
	display: block;
	width:80px;
	height:20px;
	font-size:18px;
	color:#f00;
	margin: 30px auto;
	margin-bottom: 20px;
}

@media screen and (min-width: 767px){
	.di{
		display: block !important;
	}
}

@media only screen and (max-width: 414px) {
	.tanchu{
		display:none !important;
	}
    .mob1{
		display:none;
	}
	.di{
		width:100%;
		margin: 0;
		padding: 0;
		display:none !important;
	}
	.di h1{
		display:none;
	}
	.pageinrong .pagebox{
		display:none;
	}
	.pageinrong .pagemiddle{
		display:none;
	}
	.tips{
		width:100%;
		display: none;
	}
	.tips img{
		width:100%;
	}
	.freePhone:hover .freePhoneHover{
		display:none !important;
	}
}

.letter {
  animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  margin-top: 0.5em;
  text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
  font: normal 500 6rem 'Varela Round', sans-serif;
}
.letter:nth-child(1) {
  animation-delay: 0s;
}
.letter:nth-child(2) {
  animation-delay: 0.0833333333s;
}
.letter:nth-child(3) {
  animation-delay: 0.1666666667s;
}
.letter:nth-child(4) {
  animation-delay: 0.25s;
}
.letter:nth-child(5) {
  animation-delay: 0.3333333333s;
}
.letter:nth-child(6) {
  animation-delay: 0.4166666667s;
}
.letter:nth-child(7) {
  animation-delay: 0.5s;
}


@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
  }
  100% {
    transform: translate3d(0, -1em, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;
  }
}